home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / hp100b1.zip / TESTEXTL.SLT < prev    next >
Text File  |  1991-03-01  |  512b  |  16 lines

  1. // Sample extension script for local mode (TESTEXTL.SLT)
  2. // Copyright (C) CompuProducts Ent. 1990 
  3. // Author: Jason H. Tepperman
  4. //
  5. // Notice the lack of carrier checking.  Since this is a local script we 
  6. // do not need it, but in a remote mode script we would.  This is the main 
  7. // reason we have the sans 'L' and the 'L' versions of the two scripts.  
  8. // As per spec, this is the 'L' version.
  9.  
  10.  
  11. main(){
  12.   
  13.   prints("^M^JThis is the local version of the sample extension script ...^M^J");
  14.   
  15. }
  16.